home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / lisp207 / intro < prev    next >
Text File  |  1986-03-25  |  1KB  |  27 lines

  1.  
  2.     I have just posted a LISP interpreter for MS-DOS called PC-LISP.
  3. It runs a subset of Franz lisp. It consists of three files:
  4.  
  5.     lisp.doc    - A manual
  6.     extfunc.l    - A set of function definitions and a demo.
  7.     pc-lisp.uuu    - The uuencoded binary. A 112K .exe file.
  8.  
  9.     This interpreter is the result of 1 and a half years of work,
  10. it has full garbage collection and heap management. It allows lambda,
  11. nlambda and macro bodies, will run prog's, has types float, alpha, list 
  12. and port. It incorporates shallow binding techniques for O(1) symbol
  13. lookup. It has access to the MS-DOS BIOS graphics routines. The demo
  14. is a small Turtle Graphics routine. It has full error detection   
  15. including stack overflow. It has one break level from which you can
  16. analyze bindings at the point of error, show the stack up to the
  17. point of error, or trace a functions execution. It requires 256K but
  18. runs best with 512 or a full 640K. 
  19.  
  20.     The three parts have been posted to net.sources
  21.  
  22.         Enjoy
  23.  
  24.             Peter Ashwood-Smith
  25.             University of Toronto.
  26.  
  27.